Bitmap for UWP
QueryResourceResidency(ComObject[]) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.DXGI 名前空間 > Device クラス > QueryResourceResidency メソッド : QueryResourceResidency(ComObject[]) メソッド
An array of Resourceinterfaces.
Gets the residency status of an array of resources.
シンタックス
'宣言
 
Public Overloads Function QueryResourceResidency( _
   ByVal ParamArray comObjects() As ComObject _
) As Residency()
public Residency[] QueryResourceResidency( 
   params ComObject[] comObjects
)

パラメータ

comObjects
An array of Resourceinterfaces.

戻り値の型

Returns an array of Residencyflags. Each element describes the residency status for corresponding element in the ppResources argument array.
解説
The information returned by the pResidencyStatus argument array describes the residency status at the time that the QueryResourceResidency method was called. Note that the residency status will constantly change. If you call the QueryResourceResidency method during a device removed state, the pResidencyStatus argument will return the DXGI_RESIDENCY_EVICTED_TO_DISK flag. Note??This method should not be called every frame as it incurs a non-trivial amount of overhead.
参照

Device クラス
Device メンバ
オーバーロード一覧